| short: Umschalten zwischen 0/1 |
| de: Ermoeglicht es dem Benutzer die zugehoerige Option zu aktivieren oder deaktivieren |
| en: Enables the user to select or clear the associated option |
| name | type | description | bindable | readOnly | required | defaultValue | localizable |
|---|---|---|---|---|---|---|---|
| boxSize | Integer | Size of the checkbox symbol | false | false | false | 25 | false |
| breakWord | Boolean | Allows lines to be broken within words if an otherwise unbreakable string is too long to fit. | false | false | false | false | false |
| checkedBoxImage | ImagePath | Image of the box when the widget is checked. | false | false | false | false | |
| confirm | Boolean | sets confirmation pop up when button is clicked | true | false | false | false | false |
| confirmText | String | sets confirmation pop up Text which should be displayed | true | false | false | "" | false |
| dataChanged | Boolean | true | false | false | false | false | |
| disabledCheckedBoxImage | ImagePath | Image of the box when the widget is checked and disabled. | false | false | false | false | |
| disabledUncheckedBoxImage | ImagePath | Image of the box when the widget is unchecked and disabled. | false | false | false | false | |
| draggable | Boolean | Make widget draggable. | false | false | false | false | false |
| ellipsis | Boolean | If true, overflow of text is symbolized with an ellipsis. This option has no effect, if wordWrap = true. | false | false | false | false | false |
| enable | Boolean | Initial option to enable widget. | true | false | false | true | false |
| imageAlign | brease.enum.ImageAlign | Position of image relative to text. | false | false | false | left | false |
| mouseDownText | String | Text which is displayed in the widget when pressed | true | false | false | true | |
| multiLine | Boolean | If true, more than one line is possible. Text will wrap when necessary (if property wordWrap is set to true) or at explicit line breaks (\n). If false, text will never wrap to the next line. The text continues on the same line. | false | false | false | false | false |
| numValue | Integer | Bindend Numeric Value | true | false | false | 0 | false |
| permissionOperate | RoleCollection | restricts operability to users, which have given roles | false | false | false | false | |
| permissionView | RoleCollection | restricts visibility to users, which have given roles | false | false | false | false | |
| style | StyleReference | reference to a style for this widget type | true | false | false | default | false |
| tabIndex | Integer | sets if a widget should have autofocus enabled (0), the order of the focus (>0), or if autofocus should be disabled (-1) | false | false | false | 0 | false |
| text | String | Text which is displayed in the widget | true | false | false | true | |
| tooltip | String | reference to a tooltip for a widget | false | false | false | true | |
| uncheckedBoxImage | ImagePath | Image of the box when the widget is unchecked. | false | false | false | false | |
| useSVGStyling | Boolean | Define if the image stylings (i.e imageColor) are applied - only valid when SVG Images are used. | false | false | false | true | false |
| value | Boolean | Represents the boolean state of the element. | true | false | false | false | false |
| visible | Boolean | change visibility | true | false | false | true | false |
| wordWrap | Boolean | If true, text will wrap when necessary. This property has no effect, if multiLine=false | false | false | false | false | false |
| maxHeight | Size | maximum outer height of widget | false | false | false | 0 | false |
| minHeight | Size | minimum outer height of widget | false | false | false | 0 | false |
| maxWidth | Size | maximum outer width of widget | false | false | false | 0 | false |
| minWidth | Size | minimum outer width of widget | false | false | false | 0 | false |
| zIndex | UInteger | The zIndex property specifies the z-order of a widget and its childs. When widgets overlap, z-order determines which one covers the other. A widget with a larger zIndex generally covers a widget with a lower one. The zIndex must be unique within a content. |
false | false | true | false | |
| left | Integer | absolute position measured from left boundary of parent container | false | false | false | false | |
| top | Integer | absolute position measured from top boundary of parent container | false | false | false | false | |
| height | Size | outer height of widget | false | false | false | 30 | false |
| width | Size | outer width of widget | false | false | false | 150 | false |
| name | type | description | defaultValue |
|---|---|---|---|
| borderStyle | BorderStyle | Style of the Border of the widget |
none |
| borderWidth | PixelValCollection | Sets the width of the border. For further information, please check its type |
0px |
| cornerRadius | PixelValCollection | Sets the radius of the widget rounded corners. For further information, please check its type |
0px |
| backColor | Color | Sets the background color |
transparent |
| disabledBackColor | Color | Sets the background color when disabled |
#F1F1F1 |
| backGroundGradient | Gradient | Background as a gradient |
none |
| disabledBackGroundGradient | Gradient | Background as a gradient |
none |
| mouseDownBackGroundGradient | String | Background as a gradient when button is clicked |
none |
| backGround | ImagePath | Sets the path for an image as background |
|
| borderColor | ColorCollection | Sets the border color |
#333 |
| disabledBorderColor | ColorCollection | Sets the color of the border when disabled |
#CCCCCC |
| textColor | Color | Sets the color of the text when enabled |
#333 |
| disabledTextColor | Color | Sets the color of the text when disabled |
#989898 |
| mouseDownBorderColor | ColorCollection | border color when button is clicked |
#FF8800 |
| mouseDownBorderWidth | PixelValCollection | border width when widget is clicked |
2px |
| mouseDownBackColor | Color | back color when button is clicked |
transparent |
| mouseDownTextColor | Color | text color when button is clicked |
#333333 |
| textAlign | brease.enum.TextAlign | Alignment of the text |
left |
| opacity | Opacity | Opacity of the Widget |
1 |
| rotation | Rotation | Rotation of widget |
0deg |
| fontSize | PixelVal | Fontsize of the text in pixel |
12px |
| fontName | FontName | Fontname of the text |
Arial |
| bold | Boolean | If true font style is bold |
true |
| italic | Boolean | If true font style is italic |
false |
| padding | Padding | Padding of the Widget |
0px |
| margin | Margin | Margin of the Widget |
0px |
| shadow | Shadow | Shadow of the Widget |
none |
| mouseDownShadow | Shadow | Shadow of the Widget when the widget clicked |
none |
| checkedTextColor | Color | text color when the widget is checked |
#000000 |
| disabledCheckedTextColor | Color | text color when the widget is checked and disabled |
#000000 |
| foreColor | Color | Color of the BoxArea of the Widget when enabled |
#FFF |
| disabledForeColor | Color | Color of the BoxArea of the Widget when disabled |
#FFF |
| mouseDownForeColor | Color | Color of the RadioArea of the Widget when mouse down |
#FFF |
| uncheckedBoxImageColor | Color | Color of the image box when is unchecked - only apply if a SVG image is used |
#000000 |
| checkedBoxImageColor | Color | Color of the image box when is checked - only apply if a SVG image is used |
#000000 |
| disabledUncheckedBoxImageColor | Color | Color of the image box when is unchecked and disabled - only apply if a SVG image is used |
#000000 |
| disabledCheckedBoxImageColor | Color | Color of the image box when is checked and disabled - only apply if a SVG image is used |
#000000 |
| mouseDownBoxBorderColor | ColorCollection | Sets the border color |
#F80 |